NevronOpenVision
Nevron.Nov.DataStructures Namespace / NDeque<T> Class
Fields Properties Methods


In This Topic
    NDeque<T> Class Members
    In This Topic

    The following tables list the members exposed by NDeque<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodReturns the last item from the deque, without removing it.  
    Public MethodReturns the first item from the deque, without removing it.  
    Public MethodRemoves and returns the last item from the deque.  
    Public MethodRemoves and returns the first item from the deque.  
    Public MethodPushes the item at the back of the deque (makes it the last item in the deque)  
    Public MethodPushes the item at the front of the deque (makes it the first item in the deque)  
    Top
    See Also